←Select platform

ColorThresholdCommand Constructor(ColorThresholdCommandType,ColorThresholdCommandComponent[])

Summary

Initializes a new ColorThresholdCommand class object with explicit parameters.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
- (instancetype)initWithType:(LTColorThresholdCommandType)type 
                  components:(NSArray<LTColorThresholdCommandComponent *> *)components 
             
public ColorThresholdCommand( 
 ColorThresholdCommandType type,  
 ColorThresholdCommandComponent[] components 
) 
             
function ColorThresholdCommand(  
   type , 
   components  
) 

Parameters

type
Value that represents the color space on which the threshold is based.

components
Array of 3 ColorThresholdCommandComponent classes that contains the properties used to compare and modify each component.

Example

Refer to ColorThresholdCommand.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly